home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds / kprof.man < prev    next >
Encoding:
Text File  |  1989-01-13  |  752 b   |  29 lines

  1. ' $Header: /a/newcmds/prefix/RCS/prefix.man,v 1.2 88/12/30 10:08:40 ouster Exp $ SPRITE (Berkeley)
  2. .so \*(]ltmac.sprite
  3. .HS PROF cmds
  4. .BS
  5. .SH NAME
  6. kprof \- Control kernel profiling
  7. .SH SYNOPSIS
  8. \fBkprof\fR [\fBstart\fR] [\fBend\fR]
  9. .br
  10. \fBkprof\fR \fBdump \fIfilename\fR
  11. .SH "OPTIONS"
  12. .IP "\fBstart\fR" 14
  13. Begin kernel profiling.
  14. .IP "\fBend\fR" 14
  15. End profiling.
  16. .IP "\fBdump \fIfilename\fR" 14
  17. Write out the profiling data to the specified file.
  18. .BE
  19.  
  20. .SH DESCRIPTION
  21. .PP
  22. Kprof is used to start and stop kernel profiling and to
  23. dump out the profile data to a file.  The kernel must have been
  24. generated with profiling hooks (the \fB-p\fP option to the compiler).
  25. The output data file can be processed using \fBgprof\fP.
  26. .DE
  27. .SH KEYWORDS
  28. profile, trace
  29.